home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 020a / dvpt20.zip / EMBEDDED < prev    next >
Text File  |  1991-12-12  |  456b  |  17 lines

  1. embedded.exe: embedded embedded.obj vpmod.obj emb_voi.obj
  2.  link embedded+vpmod+emb_voi,embedded,nul,llibcer/NOD;
  3.  
  4. embedded.obj: embedded embedded.c
  5.  cl /W3 /Lr /AL /Od /Gs /c embedded.c
  6.  
  7. vpmod.obj: embedded vpmod.asm
  8.  masm vpmod;
  9.  
  10. emb_voi.obj: embedded emb_voi.asm
  11.  masm emb_voi;
  12.  
  13. emb_voi.asm: emb_voi.voi emb_voi.pre emb_voi.suf
  14.  bin2asm emb_voi.voi tempfile.tmp
  15.  copy /b emb_voi.pre+tempfile.tmp+emb_voi.suf emb_voi.asm
  16.  del tempfile.tmp
  17.